Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate grpc-web-node-http-transport package so it's under the @improbable-eng org. on npm. #299

Merged

Conversation

jonny-improbable
Copy link
Contributor

To further disambiguate that this transport is specifically for use with the @improbable-eng/grpc-web package.

Note I've also fixed an issue with the dependencies; @improbable-eng/grpc-web should have been listed as a peer-dependency as it's intended to be used as a plugin (ie: the consumer is expected to have @improbable-eng/grpc-web somewhere in their dependency tree).

…bable-eng org. on npm.

To further disambiguate that this transport is specifically for use with the `@improbable-eng/grpc-web` package.

Note I've also fixed an issue with the dependencies; `@improbable-eng/grpc-web` should have been listed as a peer-dependency as it's intended to be used as a plugin (ie: the consumer is expected to have `@improbable-eng/grpc-web` somewhere in their dependency tree)
@@ -27,7 +27,6 @@
"dist"
],
"peerDependencies": {
"@types/google-protobuf": "^3.2.5",
Copy link
Contributor Author

@jonny-improbable jonny-improbable Jan 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm almost certain this was a mistake.

This package provides TypeScript definitions which are only required during compilation (and already satisfied as a devDependency); consumers do not need to fulfil this dependency as they are not expected to compile this package.

"@types/node": "^10.12.0",
"google-protobuf": "^3.2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...to satisfy @improbable-eng/grpc-web's peerDependency

@jonny-improbable jonny-improbable merged commit 0c7a81a into master Jan 13, 2019
@jonny-improbable jonny-improbable deleted the feature/migrate-node-http-transport-package-name branch January 13, 2019 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants